2015-01-19 - 10735 - Spec - Modify NITTSU file extract #JapanABAP #JapanMMPP #ABAPEXTRACT
SPECIFICATIONS
10735.800 - Spec - Modify NITSU file extract program
Purpose
Modify NITSU file extract program.
Admin Info
Purpose
|
Modify NITSU file extract program
|
Requested By
|
Babu Lankipalli
|
Spec Created By
|
Laxman
|
Spec Created Date
|
01/20/2015
|
Spec QA by
|
Laxman
|
Objects
|
ZMM_MAST_NITSUFILE
|
Document Status
|
Complete
|
Estimates
Sl.No
|
Activity
|
Estimation in Hours
|
1
|
Research
|
08
|
2
|
Documentation
|
08
|
3
|
Development/ Config
|
16
|
4
|
Unit test in DEV
|
08
|
5
|
Unit test in QUA
|
08
|
6
|
Other activity
|
|
|
TOTAL
|
48
|
References
Prior Tickets
[Provide links of prior associated Spec / Break Fix BOSS document(s)]
Documents
[Attach any document(s) received for the requirement(s)]
Spec Changes
[List the changes made to program after the approval of the original requirement along with the Date on which the change request was received and the name of the initiator]
Sl.
|
Change Details
|
Requested By
|
Requested On
|
Notes if any
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functional Requirement
Purpose/WHY:
[Explain the purpose of the project and the reason why this requirement has come]
Need to modify the NITSU file extract program to remove the duplicate values.
In Scope:
[List the
activities to be included in scope]
Out of Scope:
[Out of scope activities]
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
From the extract files given by New Era understand that some values duplicating due to bug in the program. So as advised by Babu modifying the program to remove the duplicate values. During analysis understand that this issue is due to considering the deleted items of purchase order.
NITTSUMASTER20150109083004.txt
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
MM001
|
Create the purchase order without specifying the grid and delete that items. Then
extract the data by executing the program.
|
Materials should not duplicate
|
Solution Details
[Provide complete technical details for configuration or programming here]
Modified the program by excluding the deleted item of purchase order.
Added logic to Check the Deletion Indicator (LOEKZ) while fetching the data from EKPO table.
Issues
[List Issues / Bugs identified in configuration or development]